From 565b35ac006fcb72afdbb374f219c7b87259e8b1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 13 Oct 2016 15:00:56 -0400 Subject: [PATCH] Add new gestures to gtk4-demo Show the new single-finger swipe gestures in the builder shortcuts example. --- demos/gtk-demo/shortcuts-builder.ui | 69 ++++++++++++++++++----------- 1 file changed, 42 insertions(+), 27 deletions(-) diff --git a/demos/gtk-demo/shortcuts-builder.ui b/demos/gtk-demo/shortcuts-builder.ui index 20ed76009a..58607fc988 100644 --- a/demos/gtk-demo/shortcuts-builder.ui +++ b/demos/gtk-demo/shortcuts-builder.ui @@ -375,6 +375,7 @@ 1 + 16 terminal Terminal Shortcuts @@ -452,6 +453,43 @@ + + + 1 + 'Special' combinations + + + + 1 + t+t + You want tea ? + + + + + 1 + <shift><ctrl> + Shift Control + + + + + 1 + <ctrl>&<ctrl> + Control Control + + + + + 1 + Control_L&Control_R + Left and right control + + + + + + 1 @@ -499,41 +537,18 @@ A stock swipe gesture - - - - - - - 1 - 'Special' combinations - 1 - t+t - You want tea ? - - - - - 1 - <shift><ctrl> - Shift Control - - - - - 1 - <ctrl>&<ctrl> - Control Control + gesture-swipe-left + A stock swipe gesture 1 - Control_L&Control_R - Left and right control + gesture-swipe-right + A stock swipe gesture -- 2.30.2